-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: deprecate showall
#22847
RFC: deprecate showall
#22847
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I know BenchmarkTools uses this. |
Does it have to? |
Probably not, I'm in favour of the deprecation but thought I would mention a place where it is actually used. |
What happens with |
The behavior of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good then.
NEWS.md
Outdated
@@ -197,6 +197,9 @@ Deprecated or removed | |||
|
|||
* The method `String(io::IOBuffer)` is deprecated to `String(take!(copy(io)))` ([#21438]). | |||
|
|||
* The function `showall` is deprecated. Showing entire values is the default, unless an | |||
`IOContext` specifying `:limit=>false` is in use ([#22847]). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unless specifying :limit=>true
?
This function has become pretty useless, since showing everything is basically the default.